home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / share / masaustu / bonjour / _SETUP.1 / Bonjour.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-10-16  |  3KB  |  125 lines

  1. object Form1: TForm1
  2.   Left = 318
  3.   Top = 167
  4.   BorderStyle = bsNone
  5.   Caption = 'Bonjour'
  6.   ClientHeight = 231
  7.   ClientWidth = 361
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 361
  23.     Height = 231
  24.     Align = alClient
  25.     OnDragDrop = Image1DragDrop
  26.     OnDragOver = Image1DragOver
  27.     OnMouseMove = Image1MouseMove
  28.     OnMouseUp = Image1MouseUp
  29.   end
  30.   object Shape1: TShape
  31.     Left = 188
  32.     Top = 4
  33.     Width = 17
  34.     Height = 17
  35.     Brush.Style = bsClear
  36.     ParentShowHint = False
  37.     Pen.Color = clBlue
  38.     Pen.Width = 4
  39.     ShowHint = True
  40.     Visible = False
  41.     OnDragDrop = Image1DragDrop
  42.     OnMouseDown = Shape1MouseDown
  43.     OnMouseUp = Shape1MouseUp
  44.   end
  45.   object Image2: TImage
  46.     Left = 216
  47.     Top = 24
  48.     Width = 73
  49.     Height = 73
  50.     Picture.Data = {<image001.bmp>}
  51.     Visible = False
  52.   end
  53.   object Image3: TImage
  54.     Left = 156
  55.     Top = 36
  56.     Width = 65
  57.     Height = 65
  58.     AutoSize = True
  59.     Picture.Data = {<image002.bmp>}
  60.     Visible = False
  61.   end
  62.   object DataSource1: TDataSource
  63.     DataSet = Table1
  64.     Left = 32
  65.     Top = 16
  66.   end
  67.   object Table1: TTable
  68.     TableName = 'c:\bonjour\RUNIC.DB'
  69.     Left = 64
  70.     Top = 16
  71.   end
  72.   object PopupMenu1: TPopupMenu
  73.     Left = 96
  74.     Top = 16
  75.     object N4: TMenuItem
  76.       Caption = 'New'
  77.       RadioItem = True
  78.       object N5: TMenuItem
  79.         Caption = 'Button'
  80.         OnClick = N5Click
  81.       end
  82.     end
  83.     object N8: TMenuItem
  84.       Caption = 'Delete ...'
  85.       OnClick = N8Click
  86.     end
  87.     object Editor1: TMenuItem
  88.       Caption = 'Editor...'
  89.       OnClick = Editor1Click
  90.     end
  91.     object N3: TMenuItem
  92.       Caption = 'Color ...'
  93.       OnClick = N3Click
  94.     end
  95.     object N1: TMenuItem
  96.       Caption = 'Caption'
  97.       OnClick = N1Click
  98.     end
  99.     object About1: TMenuItem
  100.       Caption = 'About...'
  101.       OnClick = About1Click
  102.     end
  103.     object Minimize1: TMenuItem
  104.       Caption = 'Minimize'
  105.       OnClick = Minimize1Click
  106.     end
  107.     object N2: TMenuItem
  108.       Caption = 'Quit'
  109.       OnClick = N2Click
  110.     end
  111.   end
  112.   object ColorDialog1: TColorDialog
  113.     Ctl3D = True
  114.     Left = 128
  115.     Top = 16
  116.   end
  117.   object Timer1: TTimer
  118.     Enabled = False
  119.     Interval = 200
  120.     OnTimer = Timer1Timer
  121.     Left = 54
  122.     Top = 70
  123.   end
  124. end
  125.